home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- REM PULLDWN.BAT - Calls PULLDWN1.EXE to do the menu work.
- REM Exits without action if PullDown reports an error in ERRORLEVEL%
- cd\STORM2
- REM ^^^^ Substitute your subdireictory here.
- pulldwn1.exe %1 %2
- IF ERRORLEVEL=1 GOTO :END
- REM PullDown generates an errorlevel code on exit and prints the
- REM error message appropriate for the condition encountered.
- temppull.bat
- :END